FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.nfdi4health.mds#2.0.0 (78 ms)

Package de.nfdi4health.mds
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.nfdi4health.mds@2.0.0&canonical=https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-practitioner
Url https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-practitioner
Version 0.9
Status draft
Name NFDI4Health_PR_MDS_Practitioner
Title NFDI4Health PR MDS Practitioner
Experimental False
Description Profile to collect information about persons having roles.
Type Practitioner
Kind resource

Resources that use this resource

CapabilityStatement
https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-cps-mds-capability-statement Nfdi4Health CPS MDS Capability Statment
https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-practitioner-role NFDI4Health PR MDS Practitioner Role
https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-provenance NFDI4Health PR MDS Provenance

Resources that this resource uses

ValueSet
https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-role-name-identifier-scheme-local NFDI4Health VS MDS Role Name Identifier Scheme [local]


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "nfdi4health-pr-mds-practitioner",
  "url" : "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-practitioner",
  "version" : "0.9",
  "name" : "NFDI4Health_PR_MDS_Practitioner",
  "title" : "NFDI4Health PR MDS Practitioner",
  "status" : "draft",
  "publisher" : "NFDI4Health",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.nfdi4health.de"
        }
      ]
    }
  ],
  "description" : "Profile to collect information about persons having roles.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "servd",
      "uri" : "http://www.omg.org/spec/ServD/1.0/",
      "name" : "ServD"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "NFDI4Health",
      "name" : "NFDI4Health to FHIR Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Practitioner",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Practitioner",
        "path" : "Practitioner",
        "short" : "Details about the contributing person(s)",
        "definition" : "Group of items providing information about person(s) contributing to the [RESOURCE].",
        "comment" : "Additional information: Group of items applicable only when providing person names.",
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "Resource.contributors.personal"
          }
        ]
      },
      {
        "id" : "Practitioner.identifier",
        "path" : "Practitioner.identifier",
        "short" : "Digital identifier(s)",
        "definition" : "Group of items providing information about digital identifiers of the person.",
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "Resource.contributors.personal.identifiers"
          }
        ]
      },
      {
        "id" : "Practitioner.identifier.type",
        "path" : "Practitioner.identifier.type",
        "short" : "Scheme",
        "definition" : "Type of the identifier scheme.",
        "min" : 1,
        "example" : [
          {
            "label" : "Example of identifier scheme",
            "valueCodeableConcept" : {
              "text" : "ORCID"
            }
          }
        ],
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "Resource.contributors.personal.identifiers.scheme"
          }
        ]
      },
      {
        "id" : "Practitioner.identifier.type.coding",
        "path" : "Practitioner.identifier.type.coding",
        "min" : 1,
        "max" : "1",
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-role-name-identifier-scheme-local",
          "description" : "Value set defining codes to specify the identifier scheme of a personal identifier."
        }
      },
      {
        "id" : "Practitioner.identifier.value",
        "path" : "Practitioner.identifier.value",
        "short" : "Identifier",
        "definition" : "Digital identifier according to a specific scheme that uniquely identifies the person.",
        "comment" : "Short input help: Preferably, provide an ORCID (https://orcid.org/).",
        "min" : 1,
        "example" : [
          {
            "label" : "Example of ORCID",
            "valueString" : "0000-0003-1379-7023"
          }
        ],
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "Resource.contributors.personal.identifiers.identifier"
          }
        ]
      },
      {
        "id" : "Practitioner.name",
        "path" : "Practitioner.name",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Practitioner.name.family",
        "path" : "Practitioner.name.family",
        "short" : "Family name(s)",
        "definition" : "Family name(s) of the person",
        "min" : 1,
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "Resource.contributors.personal.familyName"
          }
        ]
      },
      {
        "id" : "Practitioner.name.given",
        "path" : "Practitioner.name.given",
        "short" : "Given name",
        "definition" : "Given name of the person.",
        "min" : 1,
        "max" : "1",
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "Resource.contributors.personal.givenName"
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.